projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fe3eb7
)
(auto-mode-alist): Add sql-mode.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 11 Jan 1999 13:55:15 +0000
(13:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 11 Jan 1999 13:55:15 +0000
(13:55 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index f4473bf9d7c244ac5be4907ab638e7b7f5e54def..114d45d9dbefd179a30d0cf584c6222d389016d6 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1268,6
+1268,7
@@
in that case, this function acts as if `enable-local-variables' were t."
("\\.clo\\'" . latex-mode) ;LaTeX 2e class option
("\\.bbl\\'" . latex-mode)
("\\.bib\\'" . bibtex-mode)
+ ("\\.sql\\'" . sql-mode)
("\\.m4\\'" . m4-mode)
("\\.mc\\'" . m4-mode)
("\\.mf\\'" . metafont-mode)